
Visual Basic (Declaration) | |
---|---|
Public Class EntityQueriedEventArgs(Of T) Inherits IdeaBlade.EntityModel.BaseEntityQueriedEventArgs(Of IEnumerable(Of T)) Implements INotifyCompletedArgs |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As EntityQueriedEventArgs(Of T) |
C# | |
---|---|
public class EntityQueriedEventArgs<T> : IdeaBlade.EntityModel.BaseEntityQueriedEventArgs<IEnumerable<T>>, INotifyCompletedArgs |
C++/CLI | |
---|---|
generic<typename T> public ref class EntityQueriedEventArgs : public IdeaBlade.EntityModel.BaseEntityQueriedEventArgs<IEnumerable<T>>, INotifyCompletedArgs |
- T
- Entity type
If you have subscribed to the EntityManager.Queried event, your handler will receive an instance of EntityQueriedEventArgs for both synchronous and asynchronous query operations.
If you have called EntityManager.ExecuteQueryAsync, the Completed event handler will be called with an instance of EntityQueriedEventArgs representing the results of the query operation.
System.Object
System.EventArgs
IdeaBlade.EntityModel.AsyncEventArgs
IdeaBlade.EntityModel.AsyncEventArgs<T>
IdeaBlade.EntityModel.BaseEntityQueriedEventArgs<T>
IdeaBlade.EntityModel.EntityQueriedEventArgs<T>
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family